O(n^3)

Home > Computer Science > Algorithms and data structures > Big O Notation > O(n^3)

This represents cubic time complexity, which means that the execution time increases cubically as the input size increases.